Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_custom_field_selection found
[DEPRECATED] Use form field endpoints instead. Retrieves a specific incident custom field selection by id
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "3bf71046-6b95-473d-9757-695a84615c05",
"value": "Quia recusandae debitis sed.",
"selected_option_ids": []
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_custom_field_selection found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "3bf71046-6b95-473d-9757-695a84615c05",
"value": "Quia recusandae debitis sed.",
"selected_option_ids": []
}
}
}